fix: error when edited cell is out of grid viewport#2148
fix: error when edited cell is out of grid viewport#2148AkshatJawne merged 3 commits intodeephaven:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2148 +/- ##
==========================================
- Coverage 46.62% 46.62% -0.01%
==========================================
Files 685 685
Lines 38492 38497 +5
Branches 9800 9592 -208
==========================================
+ Hits 17948 17950 +2
- Misses 20492 20537 +45
+ Partials 52 10 -42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
mofojed
left a comment
There was a problem hiding this comment.
Small cleanup.
Feel free to file an feature request for the floating google docs type behaviour you've described. With the floating cell we'd want to display the cell coordinates next to the floating input, but that could get cluttered with a long column name, and also we don't display the row headers by default. Just to note on the ticket.
Resolves #2087
Steps Moving Forward:
** A better solution for the edge case above IMO is to create a new enhancement ticket where we attempt to have the editing cell be floating/sticky in the grid viewport, similar to how it is done on Google Sheets **
Ticket Created: #2153